home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Gamer (Italian) 45
/
PC Gamer IT CD 45 2-2.iso
/
SMANDEMO
/
data1.cab
/
Program_Executable_Files
/
data
/
scripts
/
weapons
/
LegionBlast.ws
< prev
next >
Wrap
Text File
|
1999-07-12
|
571b
|
28 lines
$name "Legion Blast"
$properties // These are the default properties
{
$collision_radius = 16
$collision_flags = COLLIDE_SHADOWMAN,COLLIDE_WORLD
$blast_radius = 0
$damage = 10
$min_velocity = 100
$max_velocity = 100
$physics_flags = PHYS_NONE
$velocity_flags = USE_DEFAULT_VELOCITY
$weapon_class = _WP_CLASS_BULLET
$weapon_range = 400
$friction = 0.94
}
$sounds
{
$sound_fire = "data\audio\sfx\baddys\tflegion\Blast.wav"
}
$custom_sounds
{
$sound_blast_travel = "data\audio\sfx\baddys\tflegion\Blasloop.wav"
}